home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
golden_glove.swf
/
scripts
/
DefineButton2_514
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-15
|
324 b
|
13 lines
on(release){
if(_root.attributescheck == 0)
{
_root.checks = _root.checks + 1;
_root.attributescheck = _root.attributescheck + 1;
}
if(_root.attributepts > 0 && _root.yourstamina < _root.maxstamina)
{
_root.attributepts--;
_root.yourstamina = _root.yourstamina + 1;
}
}